ISessionsToDisplay

Types

Functions

Link copied to clipboard
abstract fun getAudioSessionByCallReference(callReference: String): ISession
Get the session associated with the given callReference
Link copied to clipboard
abstract fun getAudioSessionsCount(): Int
Get the number of sessions to display
Link copied to clipboard
abstract fun getFirstAudioSessionByState(state: MediaState): ISession
Get the first session matching the given state
Link copied to clipboard
abstract fun getSessionsToDisplay(): Array<ISession>
Get an array containing all PBX call that needs to be displayed
Link copied to clipboard
Register a listener on the sessions to display
Link copied to clipboard
Unregister the listener on the sessions to display